GrapeCity.ActiveReports.v12 アセンブリ > GrapeCity.Enterprise.Data.DataEngine.Extensions 名前空間 > EnumerableExtensions クラス > ZipEx メソッド : ZipEx<T1,T2,TR>(IEnumerable<T1>,IEnumerable<T2>,Func<T1,T2,TR>) メソッド |
'宣言 Public Overloads Shared Function ZipEx (Of T1,T2,TR)( _ ByVal first As IEnumerable(Of T1), _ ByVal second As IEnumerable(Of T2), _ ByVal selector As Func(Of T1,T2,TR) _ ) As IEnumerable(Of TR)
public static IEnumerable<TR> ZipEx<T1,T2,TR>( IEnumerable<T1> first, IEnumerable<T2> second, Func<T1,T2,TR> selector )